CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux tcp server

搜索资源列表

  1. TCPIP-vol3.linux.dist

    0下载:
  2.  Douglas Comer,《用TCP/IP进行网际互连 第3卷:客户机-服务器编程和应用(第2版)》 或其英文版 Internetworking With TCP/IP Vol III: Client-Server Programming And Application (Second Edition) 整书源码
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:63618
    • 提供者:阎利
  1. tcprw

    1下载:
  2. linux tcp通讯例程,一个server一个customer-linux tcp communications routines, a customer a server
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:13521
    • 提供者:刘蒙恩
  1. tcpudpcases

    0下载:
  2. 有关linux的tcp和udp通讯的服务器端和客服端的源程序-the Linux tcp and udp communications server and customer service side of the source
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:416312
    • 提供者:林漳坤
  1. usbtcp

    0下载:
  2. linux下建立tcp服务器,并且实现与usb转发的功能,-established under linux tcp server, and forward with usb...
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:1740
    • 提供者:蒋子泉
  1. socket

    1下载:
  2. Linux Tcp Server+Client, 支持多客户端情况-Linux Tcp Server+Client, multi-client support
  3. 所属分类:Linux Network

    • 发布日期:2017-12-07
    • 文件大小:12797
    • 提供者:高飞
  1. server

    0下载:
  2. TCP 连接linux系统下的socket编程 服务器端简单实现喜欢的同学可以交流交流- linux socket server
  3. 所属分类:Linux Network

    • 发布日期:2017-11-12
    • 文件大小:1448
    • 提供者:王帅
  1. linux-tcp

    0下载:
  2. linux网络应用编程,涵盖两个程序代码,一个是服务器,一个是客户端-linux network application programming covers two program code, one server, one client
  3. 所属分类:Linux Network

    • 发布日期:2017-11-20
    • 文件大小:1874038
    • 提供者:海海
  1. VCPP6.0-Linux-TCP-chatroom

    0下载:
  2. tcp_server.c运行于linux,用于作服务器。客户端用VC++6.0开发,实现了网络聊天室和单对单聊天功能。-tcp_server.c run in linux, is used as a server. The client development VC++6.0 used Internet chat rooms and a single on-one chat function.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-12
    • 文件大小:3765403
    • 提供者:wenzi
  1. tcp

    0下载:
  2. Linux下tcp并发服务器的实现。服务器端监听是否有请求,并循环接受收到的请求,每收到一个请求,fork()一次,通过子进程来完成客户端的请求。-Under Linux tcp achieve concurrent server. Monitor whether the server requests and circulation accept requests received, each receives a request, fork () once, by a child proce
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:8361
    • 提供者:
  1. deliver-string-tcp

    0下载:
  2. linux下使用tcp方式实现数据(字符串)的传送,这是服务端-Use the linux tcp way to achieve data (string) transmission, which is the server-side
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:45603
    • 提供者:mefine
  1. linux-tcp

    0下载:
  2. linux下的网络编程,采用tcp服务,位于服务端的代码,且采用多线程服务客户端请求-the server of linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:2130
    • 提供者:YangRui
  1. server.tar

    0下载:
  2. linux tcp/udp 网络编程简单c代码-linux tcp/udp network programming simple c codes
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2244
    • 提供者:宋坤明
  1. Linux-TCP-Sample

    0下载:
  2. 这是自己编写的linux socket tcp 编程实例,包括Server与Client,仅供参考。-This is their preparation linux socket tcp programming examples, including Server and Client, for reference purposes only.
  3. 所属分类:Linux Network

    • 发布日期:2016-01-16
    • 文件大小:1024
    • 提供者:张华斌
  1. TCP协议客户端服务器间视频传输c源码

    0下载:
  2. 此程序可实现windows客户端与client服务器端的文件传输。(This program can achieve Windows client and client server-side file transfer.)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:xihananhai
  1. tcp

    0下载:
  2. 在linux嵌入式平台上进行TCP通信代码(TCP communication code on Linux Embedded Platform)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-01
    • 文件大小:718848
    • 提供者:小清奈
  1. linux_qq

    0下载:
  2. 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:41984
    • 提供者:零下10度C
  1. linux进程之间的通讯综合实例

    0下载:
  2. A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:数据包
  1. tcp

    0下载:
  2. 利用Linux平台编程,实现让自己PC变成一个简单的服务器。可以通过IP和端口号实现局域网的网络通讯。(Use Linux platform programming to make your PC a simple server. The network communication of the LAN can be realized through IP and port number.)
  3. 所属分类:网络编程

    • 发布日期:2018-01-10
    • 文件大小:9216
    • 提供者:lb_!
  1. linux大作业代码

    0下载:
  2. 系统采用客户端和服务器端开发模式。在客户端,设计两个进程P1和P2同时读取网卡上的数据,P1读取数据后,负责将TCP报文中的头部数据写入到Packet文件中,P2读取数据后,负责将UDP报文的头部同样写入到Packet文件中。(The system uses the client and server-side development mode. On the client side, we design two processes, P1 and P2, and read the data o
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-20
    • 文件大小:5120
    • 提供者:纯甄
  1. linux_chat

    0下载:
  2. linux聊天工具,基于TCP协议,使用c语言编写,Ubuntu16.04下测试通过。(Linux chat server&client,based on TCP.)
  3. 所属分类:TCP/IP协议栈

« 1 2 34 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com